.ingredient_detail .section {
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
}
.ingredient_detail .section:first-child {
    margin-top: 0;
}
.ingredient_detail .section .box {
    position: relative;
}
.ingredient_detail .section .slide {
    overflow: hidden;
    position:relative;
    width:100%;
}
#google_map,
.ingredient_detail .section .slide img {
	width: 100%;
    border-radius: .7rem;
    height:260px;
    object-fit: cover;
}


.ingredient_detail .section .slide .swiper-pagination {
    width: auto;
    background: rgb(16 16 16 / 80%);
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    left: auto;
    right: 15px;
    bottom: 15px;
    padding: 5px 10px;
    position:absolute;
    right:5px;
    bottom:5px;
}
.ingredient_detail .section .icon {
    font-size: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}
.ingredient_detail .section .icon button {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: #494949;
    text-align: left;
    margin-left: 15px;
    box-sizing: border-box;
}
.ingredient_detail .section .icon button.heart {
    background: url('../images/ic_wish.png?v=<?=time()?>')no-repeat 50% 50%/40px;
}
.ingredient_detail .section .icon button.heart.on {
    background: url('../images/ic_wish_on.png?v=<?=time()?>')no-repeat 50% 50%/40px;
}
.ingredient_detail .pd20 {
    padding: 20px 0px;
}


.ingredient_detail .pd20 .detail_info{
    width:100%;
    margin-bottom:20px;
  }
  .ingredient_detail .pd20 .detail_info dl{
    display:flex;
    gap:5px;
    font-size:14px;
    margin-bottom:10px;
  }
  .ingredient_detail .pd20 .detail_info dl dt{
    width:100px;
    text-align: left;
    font-weight: 600;
    color:var(--balck22);
    line-height: 1.3;
  }
  .ingredient_detail .pd20 .detail_info dl dd{
    width:calc(100% - 105px);
    color:var(--gray44);
    line-height: 1.3;
    word-wrap: break-word;
  }
  .ingredient_detail .pd20 .detail_info dl dd .ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.5;
  }


  
.ingredient_detail .section .slide .posi_relative{
    position:relative;
  }
  .ingredient_detail .section .slide .posi_relative .alink_posi{
    position:absolute;
    right:5px;
    bottom:5px;
    width:45%;
    height:26px;
    text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      white-space: nowrap;
      display:block;
    padding:6px 3px;
    color:var(--whiteff);
    font-size:10px;
    background:rgba(000,000,000,.2);
    border-radius: .5rem;
    text-align: center;
  }
  



.ingredient_detail .section .name h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom:6px;
    width:calc(100% - 70px);
    height: auto;
    word-break: keep-all;
    line-height: 1.2;;
}
.ingredient_detail .section .name p {
    font-size: 15px;
    font-weight: 400;
    color: var(--gray66);
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}
.ingredient_detail .section .name span {
    display: block;
    font-size: 12px;
    color: #8E8E8E;
    margin-top: 5px;
}
.ingredient_detail .section .info_table {
    margin-top: 25px;
}
.ingredient_detail .section .info_table th {
    width: 46px;
    font-size: 12px;
    font-weight: 500;
    color: #494949;
    text-align: left;
}
.ingredient_detail .section .info_table th + td {
    padding: 10px 0;
    font-size: 14px;
}
.ingredient_detail .section .info_table th + td .blue_line {
    color: #388CFF;
    text-decoration: underline;
}
.ingredient_detail .section .info_table table td {
    border: 1px solid #e6e6e6;
    width: 8.333%;
    height: 25px;
    text-align: center;
    padding: 6px 0;
}
.ingredient_detail .section .info_table table td.on:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EC463D;
    margin: 0 auto;
}
.ingredient_detail .section .desc {
    margin-top: 15px;
    color: #494949;
    font-size: 14px;
    line-height: 1.4;
}

.ingredient_detail .section .map{
    width:100%;
    height:150px;
    margin-top:20px;
}

.ingredient_detail .section .map iframe{
    width:100%;
    border-radius: 5px;
}

.ingredient_detail .section .insta a {
    display: block;
    background: #222 url("../images/ic_instar.svg")no-repeat 20px 50%;
    border-radius: 4px;
    padding: 15px 15px 15px 80px;
    color: #fff;
    margin-top: 30px;
}
.ingredient_detail .section .insta a strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.ingredient_detail .section .insta a p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}



.ingredient_detail .comment .item {
    margin-bottom: 30px;
}
.ingredient_detail .comment .thumb {
    width: 35px;
    margin-right: 10px;
}
.ingredient_detail .comment .thumb img {
    width: 100%;
}
.ingredient_detail .comment .info {
    flex: 1;
}
.ingredient_detail .comment .info .name {
    font-weight: 500;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.ingredient_detail .comment .info .member span {
    font-size: 11px;
    color: #8E8E8E;
    padding-left: 20px;
}
.ingredient_detail .comment .info .member span:first-child {
    background: url("../images/ic_user.svg")no-repeat 0 50% / 20px;
    margin-right: 10px;
}
.ingredient_detail .comment .info .member span:last-child {
    background: url("../images/ic_review.svg")no-repeat 0 50%;
}
.ingredient_detail .comment .conts {
    margin-top: 20px;
    font-size: 14px;
    color: #222;
}
.ingredient_detail .comment .btn_area {
    margin-top: 10px;
}
.ingredient_detail .comment .btn_area button {
    font-size: 12px;
    color: #8E8E8E;
    margin-right: 10px;
}
.ingredient_detail .comment .write {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 0;
}
.ingredient_detail .comment .write textarea {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    min-height: 22px;
    font-size: 14px;
    resize: none;
    border: 0;
    padding: 0;
    width: calc(100% - 37px);
    margin-right: 10px;
    box-sizing: border-box;
}
.ingredient_detail .comment .write button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #EC463D;
}




@media screen and (min-width: 500px){
    #google_map,
    .ingredient_detail .section .slide img{
        height:350px;
        object-fit: cover;
    }
    /* .ingredient_detail .section .slide {
        width: 42%;
        margin: 0;
        overflow: hidden;
    }
    .ingredient_detail .section .slide + .pd20 {
        position: absolute;
        top: 0;
        right: 0;
        width: 57%;
        overflow-y: scroll;
        height: calc(100% - 41px);
    }
    .ingredient_detail .section .slide img{
        height:auto;
    }
    .ingredient_detail .pd20{
        padding:20px;
    }
    
    .ingredient_detail .pd20 .detail_info{
        width:100%;
        margin:0;
    } */
}